*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:'Poppins',sans-serif;color:#111}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;overflow:hidden;background:radial-gradient(circle at 50% 100%,#fffb80,#fffc00);position:relative}body::before,body::after{content:'';position:absolute;bottom:-150px;width:80px;height:80px;background:rgba(255,255,255,0.2);border-radius:50%;animation:float 25s infinite linear;z-index:-1}body::after{width:120px;height:120px;left:20%;animation-delay:5s;animation-duration:35s;background:rgba(255,255,255,0.15)}@keyframes float{from{transform:translateY(0)}to{transform:translateY(-120vh)}}header{position:absolute;top:1.5rem;left:50%;transform:translateX(-50%)}header img{height:40px;width:auto}main{animation:fadeIn 1.5s ease-out .2s backwards;z-index:1}h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.2;max-width:18ch;margin:0 auto 1rem}p{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;max-width:55ch;margin:0 auto 2rem;opacity:.9}.cta{display:inline-block;padding:.9rem 2rem;background:#111;color:#fffc00;font-weight:700;text-decoration:none;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:scale(1.05);box-shadow:0 8px 20px rgba(0,0,0,0.2);outline:2px solid #fff;outline-offset:2px}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(0,0,0,0.9);color:#fff;padding:1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;transform:translateY(100%);transition:transform .5s ease;z-index:100}#cookie-banner.show{transform:translateY(0)}#cookie-banner p{margin:0;max-width:none;opacity:1;font-size:.9rem}#cookie-btn{padding:.5rem 1rem;border:none;background:#fffc00;color:#111;font-weight:700;border-radius:5px;cursor:pointer}